home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / visulztn / sphinx / sphinx.lha / FROM3.2TO3.44 next >
Encoding:
Text File  |  1993-09-13  |  3.9 KB  |  138 lines

  1.                       UPDATE 3.3 ( /6/4/93)
  2.                      ----------------------
  3.  
  4.  
  5.  
  6.  
  7.   SIMPLE FILE WRITE    In the case of the simple file write is activated 
  8.                  with one bank and the CM option (Color Map save) ,
  9.                only the color scale of the bank is written on the
  10.                color map file.
  11.  
  12.   SAVE/RESTORE  SCALE  It is now possible to save one color scale on file.
  13.  
  14.   FREE FORMAT READ     With the option "direct access" the bank and plane
  15.             selection are kept on the second panel.
  16.  
  17.   SAVE_CONTEXT         A bug on SUN computers is corrected.
  18.  
  19.   FILL_COLOR           A small window shows the selected color.
  20.  
  21.   MANUAL BALANCE       The selected zone is defined with the mouse.
  22.  
  23.   FAST STRETCH         Allows to fit the color scale within the pixel
  24.                values range faster than before.
  25.  
  26.   PIXEL_VALUE           In the main menu and "Pixel values" a small window
  27.                shows the coordinates of the mouse at the right of
  28.                the screen.
  29.  
  30.             It's possible to move this window. Just click
  31.             with the right hand button into the small window.
  32.             Wait for the panel (Move .....) then always
  33.             pushing the button move to the good place and
  34.             release the mouse button.
  35.             (The same move is used to replace the
  36.             small window at the bottom of the screen showing
  37.             the pixel values)
  38.  
  39.             It is possible to introduce a grid with
  40.             geographical coordinates the file is named:
  41.                 $home/.sphinx_geog
  42.         ex:
  43.         vi .sphinx_geog
  44.             #  Geographical coordinates
  45.             #  line column  latitude longitude
  46.                 10 10      50.00 1.0
  47.                 500 500    100  30
  48.  
  49.             The numbers in the option "physical value"
  50.             are saved in a file named:
  51.                 $home/.sphinx_physval
  52.  
  53.         - Option Recording on file
  54.             The record is done only if you push the
  55.             left hand button of the mouse over the good pixel.
  56.  
  57.    PRINT (24 to 8 bit (classif))
  58.  
  59.         A new algorithm is implemented showing the 24 bit image
  60.         with a color look as close as possible of a 
  61.         24 bit screen visualization.
  62.  
  63.         Example:
  64.         You have to modify the size of an image where the 
  65.         color map is not linear (The pixel values are just
  66.         pointers to the color look up table).
  67.         If you use directly  image resize with a bicubic spline 
  68.         the result image will be very noisy.
  69.  
  70.         To get a good result you have to use:
  71.         (PRINT)Scale 8 bit to 24 .
  72.                 To get the R G B components of the pixels.
  73.             (EDIT) Image resize.    
  74.                 To resize the image in the 3 banks.
  75.         (PRINT)Scale 24 bit to 8 bit (Classif)
  76.                      To build a 8 bit color scale.
  77.  
  78.  
  79.  
  80.                VERSION 3.44   (7/9/93)
  81.                ======================
  82.  
  83.  The internal conversion from pixel values to X11 colors
  84.  are modified.
  85.  
  86.  The following pixel value list shows the pixels of the 
  87.  image which are identical in the visualisation display (Same color).
  88.  (They are identical in the display window not 
  89.  in the internal image and computational routines).
  90.  ( 9 values are kept for X11 purposes panels ..  markers.. )
  91.  
  92.       14 -- 15
  93.       42 -- 43
  94.       71 -- 72
  95.       99 -- 100
  96.       128 -- 129
  97.       156 -- 157
  98.       184 -- 185
  99.       213 -- 214
  100.       241 -- 242
  101.  
  102.  
  103.   In mode (TEST MENU) (SET/UNSET X11 TRUE SCALE)
  104.  
  105.   In this mode only 3 values are kept for X11 purposes panels ..  markers.
  106.  
  107.      96 -- 97
  108.      160 -- 161
  109.      224 -- 225
  110.  
  111.  
  112.  
  113.    DRAW COLOR LEGEND: Option DRAW RAINBOW:
  114.  
  115.            The scale direction (right to left , left to right)
  116.            ( up to bottom ...) is done with the direction from
  117.         the starting point to the  ending point of the rectangle
  118.         drawn with the mouse.
  119.  
  120.  
  121.    FREE FORMAT READ
  122.  
  123.            The linear tranformation from the pixel of the screen to the
  124.            pixel of the file is  displayed.
  125.            (original file pixel = a * screen pixel + b)
  126.  
  127.  
  128.    SCREEN SAVER 
  129.         After 5 mn of no use the screen is replaced by
  130.            a user selected image (in gif format) named:
  131.            $home/.sphinx_saver
  132.            To disable the function "screen saver" you have to introduce 
  133.            the option -NoSaver in the sphinx run shell.
  134.  
  135.  
  136.    if you have the version >= to 3.2 just transfer and replace the
  137.    executable  of your computer (sphinx.bin)
  138.